net.notFoundError.s (field)

2 uses

	net (current package)
		net.go#L650: type notFoundError struct{ s string }
		net.go#L652: func (e *notFoundError) Error() string { return e.s }